home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / gigo0714.zip / GATEWAY.CFG < prev    next >
Text File  |  1996-07-14  |  34KB  |  790 lines

  1. ;  I am starting work on the documentation, as well as cleaning up these
  2. ;  sample config files.   Please bear with me; this is still a product that is
  3. ;  in beta.  The SMPT/NNTP stuff is mostly done, so I should have more time
  4. ;  working on something legible.
  5. ;
  6. ;                    jason fesler
  7. ;                    jfesler@gigo.com
  8.  
  9.  
  10. ;  Steps to setting GIGO up ......
  11. ;
  12. ;  1:  Make sure you have the hardware; ie, a 386 with 4 megs of ram. 
  13. ;      For the window running GIGO, make sure there is at least two
  14. ;      megs of EMS available, at 500k conventional.  (Os/2 users:
  15. ;      Aren't you glad this is a thing of the past?)
  16. ;
  17. ;  2:  Make sure you know your fidonet system.
  18. ;      If you are using FrontDoor, you need something to convert
  19. ;      netmail into *.PKT files.  I suggest "NETMGR" (or "NETMGRP").
  20. ;      GIGO reads and writes *only*  fidonet packets - not compressed
  21. ;      mail bundles, nor netmail messages.  Only *.PKT files ready
  22. ;      for transport.
  23. ;
  24. ;  3:  Decide how you're going to hook up.  UUCP is the most common.
  25. ;      Usually, the cheapest as well.  SLIP/PPP is supported in the 
  26. ;      OS/2 environment (using Warp's IAK, or the TCP/IP v2.0 package).
  27. ;      I suggest this route when the connection is not metered,
  28. ;      and you can be hooked up 24 hours a day.  Docs for the TCP/IP
  29. ;      stuff are in it's own package.
  30. ;
  31. ;      
  32. ;      Third party Windows SLIP/PPP support may show in the future by
  33. ;      other developers.
  34. ;
  35. ;    UUCP                       TCP/IP w/OS/2
  36. ;
  37. ;   Grab FXUUCICO or other      Grab GIGTxxxx, which 
  38. ;   waffle compatible           contains the corresponding TCP/IP
  39. ;   UUCP transfer program       stuff for that GIGO release.
  40. ;
  41. ;   Read the docs, set it up.   Read the docs, set it up.
  42. ;
  43. ;  Step 1:   Make sure that you have a UUCP acccont with your provider.
  44. ;            (Or, a PPP/SLIP account, with OS/2)
  45. ;  Step 2:   Grab FX-UUCICO if you are using UUCP.
  46. ;
  47. ;  4:   Your gateway needs it's own fidonet address.
  48. ;       It can be a point off of you, or a fake address; 
  49. ;       it *can not* be the same as your real fidonet address though.
  50. ;
  51. ;  5:   Edit the *.CFG files for GIGO.  Be sure to read the comments
  52. ;       by all of the available options.  
  53. ;  
  54. ;  Ready to test!
  55. ;
  56. ;  Make sure that GIGO has some *.PKT's to read; run
  57. ;  C>  GATEWAY.EXE 
  58. ;
  59. ;  Note any errors; a lot of common mistakes are picked up before
  60. ;  GIGO starts trying any real work.  Make note of them, check
  61. ;  your configs, and try again.
  62. ;
  63. ;  An additional note:  GIGO is *just* the translator.  It does
  64. ;  not actually call anybody.  It does not "toss" mail.  It does
  65. ;  not hub.  Each of these functions are handled by programs
  66. ;  well suited for thos tasks.
  67.  
  68.  
  69. ;  PS:  PEOPLE WITH BUG REPORTS SHOULD READ "REPORT.BUG"!
  70.  
  71.  
  72. ;          ,ad8888ba,   88    ,ad8888ba,     ,ad8888ba,
  73. ;         d8"'    `"8b  88   d8"'    `"8b   d8"'    `"8b
  74. ;        d8'            88  d8'            d8'        `8b
  75. ;        88             88  88             88          88
  76. ;        88      88888  88  88      88888  88          88
  77. ;        Y8,        88  88  Y8,        88  Y8,        ,8P
  78. ;         Y8a.    .a88  88   Y8a.    .a88   Y8a.    .a8P
  79. ;          `"Y88888P"   88    `"Y88888P"     `"Y8888Y"'
  80. ;
  81. ;                "Garbage In = Garbage Out"
  82. ;
  83. ;  Warning:
  84. ;
  85. ;  This file is a mess.  Almost as bad as certain other config files
  86. ;  that I've seen.  :-)  However, you should be able to find all of
  87. ;  the information you need, IN the config file.
  88. ;
  89. ;  Try to take things one line at a time; it goes a bit easier that way.
  90. ;
  91. ;  If you still need help, there is a mailing list (internet) as well
  92. ;  as a fidonet echo devoted to GIGO help.  In addition, the UFGATE
  93. ;  conference seems to get a log of GIGO traffic :-)
  94. ;
  95. ;  When upgrading, _ALWAYS_, __ALWAYS__, read the NOTES file.
  96. ;
  97.  
  98. ;  ***  To load config files other than the default "gateway.cfg" ..
  99. ;
  100. ;  You may specify which config file to use while running, by specifying
  101. ;  the config file name on the command line.  You may also run more than
  102. ;  one instance of the gateway by specifying more than one config file
  103. ;  one the command line.
  104. ;
  105. ;  Example>  GATEWAY.EXE  GATEWAY.CFG   PRIVATE.CFG
  106. ;
  107. ;  ... would run "GATEWAY.CFG", and when done, run the "PRIVATE.CFG" seperately
  108.  
  109.  
  110.  
  111.  
  112. ;
  113.  
  114. ;  ***  A GIGO Config File
  115. ;
  116. ;  Lines leading with a semi-colon are comments and will not be
  117. ;  processed by GIGO.
  118.  
  119. ;  Lines starting with "DOS" or "OS2" will only be used when running
  120. ;  the appropriate version of GIGO.
  121. ;  Ie,   DOS INCLUDE DOS.CFG
  122. ;        OS2 INCLUDE OS2.CFG
  123. ;
  124.  
  125.  
  126. ;
  127. ;  ***  Environment Parameters
  128. ;
  129.  
  130. ;  Registration Information.  Once you have registered GIGO, fill in the
  131. ;  SERIALNUMBER and REGISTRATION fields.  These values are keyed to your
  132. ;  MYSITE entry, so please ensure you report your site correctly when you
  133. ;  register.
  134.  
  135. SERIALNUMBER
  136. REGISTRATION
  137.  
  138. ;  TZ = Your timezone.  In most cases it will be EST5, CST6, MST7, PST8.
  139. ;  If you remove or leave out this field, the default is EST5
  140. ;  The numeric portion should be the number of hours away from UCT you
  141. ;  are;  positive numbers are west of the meridian, and negative numbers
  142. ;  are to the right of the meridian.
  143.  
  144. TZ PST8
  145.  
  146. ;  GIGO will run faster if you enable direct video, but direct screen
  147. ;  writes can cause problems with some systems, or if you are using
  148. ;  Desqview.  If you use Desqview in 50 line text mode, or if you have
  149. ;  other incompatibility, you should specify "/BIOS" on the startup line.
  150.  
  151. ;  GIGO can ALSO, simply turn off video once it has initialized.
  152. ;  Your only indication that it's working will be your drive access
  153. ;  indicator (drive light, norton disklight, etc).  You may either
  154. ;  specify NOVIDEO in the config, or add /NOVIDEO to your command line.
  155.  
  156. ;NOVIDEO
  157.  
  158. ;  For fastest results, use /NOLOGO /NOVIDEO when starting up.
  159.  
  160. ;  The following are if you wish to restrict GIGO by skipping
  161. ;  the RNEWS or RMAIL processes, or by not deleting the original file.
  162. ;
  163. ;  Alternately, you may use the following commands on the command line
  164. ;  when loading GIGO to specify the actions you *DO* want....  i.e.,
  165. ;  GATEWAY SACBBX.CFG /MAIL
  166. ;  Valid command line switches:  /MAIL /NEWS /FIDO
  167.  
  168. ;TEST         ; Do not delete files when done
  169.  
  170. ;  Swapping when running DOS apps:
  171. ;  If you are running the DOS version of GIGO, you will most likely
  172. ;  require the SWAP keyword, to force GIGO to swap to disk to run
  173. ;  programs like COMPRESS, LISTSERV, etc.  You can try not swapping -
  174. ;  but keep a *close* eye on it.  I recommend leaving this paramter
  175. ;  in.  The SWAP keyword is simply ignored under OS/2.
  176.  
  177. ;  DOS NOSWAP  - prevents SWAP'ing when shelling to DOS.
  178. ;                Not recommend for most people; if you do try it,
  179. ;                make sure that machine or window will *always*
  180. ;                have an identical amount of memory, and watch it
  181. ;                carefully!
  182.  
  183.  
  184. ;  Memory allocation  
  185. ;  Define the maximum buffer sizes to allocate for usenet and fidonet
  186. ;  style messages; these can be made larger than default.  For people
  187. ;  low on memory, they can be made somewhat smaller.
  188. ;
  189. ;  If you make these values _bigger_, the window running 
  190. ;  GIGO will require more memory!
  191. ;
  192.  
  193. MAX_FIDONET   64000
  194. MAX_USENET  1000000
  195.  
  196. ;MAX_FIDONET 256000        ; Jason's values at home :-)
  197. ;MAX_USENET 3000000       
  198.  
  199.  
  200. ;
  201. ;  ***  Directories
  202. ;
  203.  
  204. ;  Where to place the log file.  There is no default.  Comment or remove
  205. ;  this line to skip making a log file.
  206.  
  207. LOG gigo.log
  208.  
  209. ;  GIGO is able to keep track of how each piece of news is processed.
  210. ;  LOGKEPT will log all newsgroups that were kept and what echo names they
  211. ;  were given.  LOGDUMPED logs which areas were dumped, i.e., because the
  212. ;  name of the area could not be found in your MAP file, they were not
  213. ;  added to your BBS.
  214. :
  215. ;  If you do not need these options, turn them off - they _will_ slow
  216. ;  processing down!
  217.  
  218. ;LOGEMAIL    gigomail.log    ; logs the email traffic in/out
  219. ;LOGKEPT     gigokeep.log    ; Which newsgroups you impo